UNPKG

@khoohaoyit/image-size

Version:

A stream based image size extractor in Node

9 lines 377 B
export declare const extractIcoSize: (stream: import("../utils/streamParser").StreamParser) => AsyncGenerator<{ width: number; height: number; }, void, void>; export declare const extractCurSize: (stream: import("../utils/streamParser").StreamParser) => AsyncGenerator<{ width: number; height: number; }, void, void>; //# sourceMappingURL=%5Bico,cur%5D.d.ts.map